home *** CD-ROM | disk | FTP | other *** search
/ Aminet 15 / Aminet 15 - Nov 1996.iso / Aminet / dev / gcc / ixemsdk.lha / man / cat3 / sin.0 < prev    next >
Text File  |  1996-09-02  |  933b  |  31 lines

  1.  
  2. SIN(3)                     UNIX Programmer's Manual                     SIN(3)
  3.  
  4. NNAAMMEE
  5.      ssiinn - sine function
  6.  
  7. SSYYNNOOPPSSIISS
  8.      ##iinncclluuddee <<mmaatthh..hh>>
  9.  
  10.      _d_o_u_b_l_e
  11.      ssiinn(_d_o_u_b_l_e _x)
  12.  
  13.      _f_l_o_a_t
  14.      ssiinnff(_f_l_o_a_t _x)
  15.  
  16. DDEESSCCRRIIPPTTIIOONN
  17.      The ssiinn() function computes the sine of _x (measured in radians).  A large
  18.      magnitude argument may yield a result with little or no significance.
  19.  
  20. RREETTUURRNN VVAALLUUEESS
  21.      The ssiinn() function returns the sine value.
  22.  
  23. SSEEEE AALLSSOO
  24.      acos(3),  asin(3),  atan(3),  atan2(3),  cos(3),  cosh(3),  sinh(3),
  25.      tan(3),  tanh(3),  math(3)
  26.  
  27. SSTTAANNDDAARRDDSS
  28.      The ssiinn() function conforms to ANSI C3.159-1989 (``ANSI C'').
  29.  
  30. BSD Experimental                April 19, 1991                               1
  31.